Contribution org.nuxeo.ecm.core.opencmis.json.config--specificChains
In component org.nuxeo.ecm.core.opencmis.json.config
org.nuxeo.ecm.core.opencmis.json.config
inside nuxeo-opencmis-bindings-9.10.jar /OSGI-INF/json-contrib.xml
This contribution is part of XML component Extension Point
Extension point specificChains of component PluggableAuthenticationService.Contributed Items
XML Source
<extension point="specificChains" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
<specificAuthenticationChain name="JSON_CMIS">
<urlPatterns>
<url>(.*)/json/cmis(/.*)?</url>
</urlPatterns>
<replacementChain>
<plugin>AUTOMATION_BASIC_AUTH</plugin>
<plugin>TOKEN_AUTH</plugin>
</replacementChain>
</specificAuthenticationChain>
</extension>